CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 点 多边形

搜索资源列表

  1. 凸多边形中轴算法

    0下载:
  2. 这是一个凸多边形中轴算法:解压后在vc++6.0中运行即可,鼠标逆时针在客户区取点,如顺时针取点或形成的多边形为凹多边行,程序会自动退出(详情可参见代码)-This is a convex polygon axial algorithm : unpacked in vc 6.0 can be run, mouse anti-clockwise from the customer area, as a clockwise or take the form of concave polygon mu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69012
    • 提供者:袁进辉
  1. 用vc实现任意多边形的Delaunay三角剖分

    1下载:
  2. 计算几何作业(任意多边形的Delaunay完全三角剖分算法)演示程序,输入点的时候外圈按逆时针顺序,内圈按顺时针顺序,输完外圈最后一个点后请点击“外多边形节点输入结束”,每输完一个内圈最后一个点后请点击“内圈节点输入结束”再输入另一个内圈,全部输入结束后点击“多边形绘制完成”。最后点“Delaunay三角剖分”。包含实验报告以及相关论文
  3. 所属分类:3D图形编程

    • 发布日期:2009-03-19
    • 文件大小:7646726
    • 提供者:zzss619@163.com
  1. 通过鼠标点击画多边形的MFC界面

    1下载:
  2. 通过鼠标点击画多边形的MFC界面.每次鼠标左击时取得当前鼠标的位置,放到point类型数组中,直到点击了鼠标右键结束,Polygon drawing by mouse click in MFC enviroment. Every time when the mouse left-click to obtain the current mouse position, into an array of point type, click the right mouse button until th
  3. 所属分类:绘图程序

    • 发布日期:2016-01-25
    • 文件大小:2987008
    • 提供者:fairy
  1. vc.rar

    0下载:
  2. 用vc实现求任意多边形面积,输入多边形点坐标,求连接各顶点所形成的多边形面积。,Vc seeking to achieve by arbitrary polygon area, enter the coordinates of polygon points, and formed by connecting all vertices of the polygon area.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:260622
    • 提供者:吴军
  1. Geometer.rar

    1下载:
  2. 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角余弦 8. 求线段之间的夹角 9. 判断线段是否相交 10.判断线段是否相交但不交在端点处 11.求点关于某直线的对称点 12.判断两条直线是否相交及求直线交点 13.判断线段是否相交,
  3. 所属分类:Windows Develop

    • 发布日期:2016-02-07
    • 文件大小:5541
    • 提供者:天蓝
  1. PointInPolygon

    1下载:
  2. 这是一个判断点是否在多边形内的很漂亮的算法。-This is a point to determine whether the polygon is very beautiful algorithms.
  3. 所属分类:Other windows programs

    • 发布日期:2016-02-07
    • 文件大小:922
    • 提供者:陈晓斌
  1. Draw

    1下载:
  2. 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
  3. 所属分类:Graph Drawing

    • 发布日期:2014-12-15
    • 文件大小:4000768
    • 提供者:李超
  1. shiyan4

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (p
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:566130
    • 提供者:jing
  1. TestMinvexCore

    2下载:
  2. 求点集的最小凸包Graham算法。给定平面上的一个点集,找出一个最小点集顺次连结形成一个凸多边形,使得点集中的点皆在此多边形内或此多边形上,这个凸多边形就是给定点集的 二维凸包。-The smallest point set for convex hull algorithms Graham. Given a planar point set, find a link to the smallest sequence set to form a convex polygon, the po
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-12-20
    • 文件大小:39983
    • 提供者:soulkyo
  1. tubao

    0下载:
  2. 输入一个二维的点集数组,然后就能将此点集的边界算出来,点集的边界分为凸多边形边界和凹多边形边界,实现凸多边形和凹多边形边界类,任意一个都行!-Enter a two-dimensional array of point set, and then will be able to set boundaries calculated, the boundary point set is divided into convex polygon concave polygon boundaries an
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1103
    • 提供者:王文
  1. wodechengxudaima

    0下载:
  2. 在屏幕上选取点集,每四个点构成一个控制多边形,绘制贝塞尔曲线和赫米特曲线-Select the point on the screen sets, each of the four points form a control polygon, drawing Bezier curves and hermite curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:43581
    • 提供者:王莹
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:153314
    • 提供者:ling
  1. Fill

    1下载:
  2. 用MFC编写的多边形扫描线填充程序。 支持凹多边形,非种子点算法,而是用顶点算出边界实现填充。-MFC prepared with polygon scan-line filling procedures. Concave polygon support, non-seed-point algorithm, but with the realization of vertex fill out the border.
  3. 所属分类:OpenGL program

    • 发布日期:2014-07-14
    • 文件大小:35650
    • 提供者:konger
  1. 2d_Graphic_System

    0下载:
  2. vc6实现的2d图形学系统 其中图形算法全部自己实现 没有调用接口。主要功能如下a)直线和圆的生成,直线和圆的扫描转换。并且实现了用鼠标点击取点的交互功能。 b) 多边形的裁剪和填充,实现了点扫描与直线扫描多边形。 c) 直线剪裁,并可以自动判断与某条或某些条直线可剪裁,剪裁结果是一条线段生成两到三条线段,并可在文档中保存。 d) 图形变换:二维变换:平移、旋转、缩放功能,其中平移已实现了鼠标点击取点的交互功能。 e) 提供了用户对对象的选择,再在在被选择的对象上进行相应操作。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:179942
    • 提供者:minny
  1. Convex_Hull_Algorithm

    1下载:
  2. 由一堆离散点,自动生成它的最小外包多边形,及凸壳。-By a bunch of discrete points, it is automatically generated out of the smallest polygon, and the Convex Hull.
  3. 所属分类:Special Effects

    • 发布日期:2016-08-10
    • 文件大小:5364
    • 提供者:荆凯旋
  1. area

    0下载:
  2. 实现计算多边形面积的功能。第一行输入多边形的顶点数。第二行以后按照次序依次输入坐标点(如“2 3”,代表X 坐标和Y 坐标,中间加入空格区分)-To achieve the function of calculating the polygon area. Enter the first line of the polygon vertices. After the second line followed in the order of the input coordinates of poi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:851
    • 提供者:yurmu
  1. Thesis

    0下载:
  2. polygon area。这是一个算法,包括多边形面积,点在多边形的判断和how long is too long等问题。-polygon area. This is an algorithm, including the polygon area, the judge in the polygon and how long is too long and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2455457
    • 提供者:黄宇
  1. maomao

    0下载:
  2. 判断点是否在多边形内的射线算法c++代码-To determine point-in-polygon-ray algorithm c++ code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-25
    • 文件大小:266179
    • 提供者:chegnyangmao
  1. TIN_Voronoi

    1下载:
  2. 构建离散点集的Voronoi图,算法大致流程:先构建Delaunay TIN,然后连接相邻三角形的重心记得Voronoi图,然后基于TIN的拓扑,构建Voronoi多边形的拓扑关系。-Construction of discrete point set Voronoi diagram algorithm for general processes: first, to build Delaunay TIN, then remember that the focus of a triangle c
  3. 所属分类:CSharp

    • 发布日期:2015-11-26
    • 文件大小:94164
    • 提供者:skyfrog
  1. GraphicCutting

    0下载:
  2. 图形裁剪,有点、线、多边形裁剪,点、线使用四比特法,多边形使用四边框裁剪-Graphic cutting, a little, line, polygon clipping, point, line and use the four-bit method, polygon clipping using the four border
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:16391
    • 提供者:朱军
« 1 23 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com